From 420dc714faa4c2719323f37e0517cd5634037a47 Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Wed, 14 Jan 2009 23:14:13 +0000 Subject: [PATCH] (goto-address-url-face): Change default value from `bold' to `link'. --- lisp/net/goto-addr.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/net/goto-addr.el b/lisp/net/goto-addr.el index 130d1bd9cb0..1d18af3bc98 100644 --- a/lisp/net/goto-addr.el +++ b/lisp/net/goto-addr.el @@ -129,7 +129,7 @@ A value of t means there is no limit--fontify regardless of the size." m) "Keymap to hold goto-addr's mouse key defs under highlighted URLs.") -(defcustom goto-address-url-face 'bold +(defcustom goto-address-url-face 'link "Face to use for URLs." :type 'face :group 'goto-address) -- 2.30.2